home *** CD-ROM | disk | FTP | other *** search
/ IQ Digizine 2 / IQ Digizine 2.iso / pc / shane.dir / 00014.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  217 b   |  11 lines

  1. on exitFrame
  2.   if the movieRate of sprite 2 = 0 then
  3.     set the movieRate of sprite 2 to 1
  4.   end if
  5.   if rollOver(4) then
  6.     set the visible of sprite 7 to 0
  7.   else
  8.     set the visible of sprite 7 to 1
  9.   end if
  10. end
  11.